Fills an image storage instance with a single color
Can be used to initialize an image with a set color.
The image to fill into
The color to fill as
The image instance for composability
SwappableImage!RGB8 image = ...; image.fill(RGB8(77, 82, 31));
See Implementation
Fills an image storage instance with a single color
Can be used to initialize an image with a set color.